← Back to Stormify Documentation

PagedList

class PagedList<T : Any>(classType: KClass<T>) : PagedListBase<T>

Column-based lazy paginated list view of entities of type T.

This is the native (Linux/iOS/macOS) entry point. Construction takes a Kotlin KClass — use the reified PagedList factory for a cleaner call site.

Construction does not require a Stormify instance — attach one via Stormify.attach after construction, or register a Stormify.defaultInstance and the list will pick it up on first use.

See PagedListBase for the full API (filtering, sorting, pagination, etc.).

Constructors

Link copied to clipboard
constructor(classType: KClass<T>)

Types

Link copied to clipboard
object Companion

Re-export of PagedListBase.defaultInputParser for native callers.